RowVisibility Property

Specifies whether a row or column is visible. The defined values are: -collapse: a row or column is not visible because the user chose to hide it. -filter: a row or column is not visible as the result of applying a filter. -visible: a row or column is visible. The default value for this attribute is visible.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public Visibility Visibility { get; set; }

Property Value

Visibility

See Also